home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / internet / other / ka9q / n890421.zoo / net.rc < prev    next >
Encoding:
Text File  |  1992-06-20  |  1.1 KB  |  48 lines

  1. # sample net.rc
  2.  
  3.  
  4. # this file must be in the root directory of the disk you start net.ttp
  5. # from.  ( along with domain.txt and ftpusers )
  6. # If you are using mail, then you MUST create the directories
  7. # \spool\mail and \spool\mqueue
  8. # I don't know what \spool\rqueue is used for - router ?
  9.  
  10. hostname robert.maxwell.rots.in.hell.demon.co.uk
  11. #attach asy AUX: 0 slfp sl0 4640 232 2400 atdt*70w7644800
  12. #                        ^^^ dialing may work - not
  13. #                        tested by me tho'
  14. #      if  port 0 slip dev buff mss baud
  15. #      --- ---- - ---- --- ---- --- ----
  16. attach asy AUX: 0 slip sl0 4640 232 9600
  17.  
  18. # your assigned IP address
  19. ip addr [158.152.99.99]
  20.  
  21. # all roads lead to demon
  22. route add default sl0
  23.  
  24. # how many hops before a packet is discarded
  25. ip ttl 32
  26.  
  27. # tcp parameters cna be tuned.  These are very low ?
  28. tcp mss 192
  29. tcp window 960
  30.  
  31.  
  32. # logging file
  33. log m:\tmp\net.log
  34.  
  35. #start the servers 
  36. # SMTP is a security hole.  Fortunately no one has yet realised this !
  37. # Basically, there are ways people can send mail from your ST
  38. start smtp
  39. start ftp
  40. start echo
  41. start discard
  42. start telnet
  43.  
  44. smtp trace 9
  45. doamin addserver [158.152.1.65]
  46.  
  47. smtp kick 
  48.